CyclicBuffer.insertAnywhere

Inserts the given item into the end of the buffer.

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias insertAnywhere = insertBack

Meta